Telegram Group & Telegram Channel
Flutter dasturchi
Shunday funksiya yozingki - u gapni string ko'rinishida olib, undagi 4tadan ko'p xarfli so'zlarni teskari ko'rinishiga keltirishi kerak. Masalan: Input 1: "Bu python dasturlash tili" Output 1: "Bu nohtyp hsalrutsad tili" Ko'rib turganingizdek, bu yerdagi…
Yuqoridagi masalaning Dart tilida ishlanishi

void main() {
  String reverseWords(String str) {
    List<String> words = str.split(' ');
    for (int i = 0; i < words.length; i++) {
      if (words[i].length > 4) {
        words[i] = words[i].split('').reversed.join();
      }
    }
    return words.join(' ');
  }

  print(reverseWords("Yolg'on gapirish yaxshi emas"));
}

-----------------------

@Myartuzb1 foydalanuvchimiz ishlagan

@FlutterDasturchi
👍6



tg-me.com/FlutterDasturchi/119
Create:
Last Update:

Yuqoridagi masalaning Dart tilida ishlanishi

void main() {
  String reverseWords(String str) {
    List<String> words = str.split(' ');
    for (int i = 0; i < words.length; i++) {
      if (words[i].length > 4) {
        words[i] = words[i].split('').reversed.join();
      }
    }
    return words.join(' ');
  }

  print(reverseWords("Yolg'on gapirish yaxshi emas"));
}

-----------------------

@Myartuzb1 foydalanuvchimiz ishlagan

@FlutterDasturchi

BY Flutter dasturchi




Share with your friend now:
tg-me.com/FlutterDasturchi/119

View MORE
Open in Telegram


Flutter dasturchi Telegram | DID YOU KNOW?

Date: |

Find Channels On Telegram?

Telegram is an aspiring new messaging app that’s taking the world by storm. The app is free, fast, and claims to be one of the safest messengers around. It allows people to connect easily, without any boundaries.You can use channels on Telegram, which are similar to Facebook pages. If you’re wondering how to find channels on Telegram, you’re in the right place. Keep reading and you’ll find out how. Also, you’ll learn more about channels, creating channels yourself, and the difference between private and public Telegram channels.

Unlimited members in Telegram group now

Telegram has made it easier for its users to communicate, as it has introduced a feature that allows more than 200,000 users in a group chat. However, if the users in a group chat move past 200,000, it changes into "Broadcast Group", but the feature comes with a restriction. Groups with close to 200k members can be converted to a Broadcast Group that allows unlimited members. Only admins can post in Broadcast Groups, but everyone can read along and participate in group Voice Chats," Telegram added.

Flutter dasturchi from sg


Telegram Flutter dasturchi
FROM USA